home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / rexx / fw_macros.lha / FW_Macros.doc.%1 < prev    next >
Encoding:
Text File  |  1995-03-23  |  3.0 KB  |  103 lines

  1.  
  2.                 FINAL WRITER AREXX MACROS
  3.                 =========================
  4.  
  5.                   by Nigel S. Domaingue
  6.                       January 1995
  7.  
  8.  
  9. Copyright Notice:
  10. ~~~~~~~~~~~~~~~~~
  11. The AREXX macros contained herein are © Nigel S. Domaingue,
  12. 1995.  They are freely distributable.
  13.  
  14. 'Final Writer' is a trademark of Softwood Inc.
  15.  
  16.  
  17. Author:
  18. ~~~~~~~
  19. Nigel S. Domaingue
  20.    522 Welford Road
  21.    Knighton
  22.    Leicester
  23.    LE2 6EN
  24.    England
  25.  
  26. E-mail:
  27.      nsd3@hawk.le.ac.uk        (Until summer 1995 only)
  28. WWW:
  29.      http://www.le.ac.uk/CWIS/SU/SO/STSOC/nsd3.html
  30. (Also)
  31.      http://www-bprc.mps.ohio-state.edu/cgi-bin/hpp/nsd.html
  32.  
  33.  
  34. Contents of This Archive:
  35. ~~~~~~~~~~~~~~~~~~~~~~~~~
  36.     FW_Macros.doc       - This file
  37.  
  38.   # Remove_Section      - Removes any section
  39.     Remove_Indent       - Text paragraph with no indents
  40.     Indent_Hanging      - Paragraph with hanging indent
  41.     Indent_Para         - Paragraph with indent
  42.   * Goto_Outline        - Goto/create Outline section
  43.     Goto_Main           - Goto main section (no create opt)
  44.   * Goto_Title          - Goto/create Title Page section
  45.   * Goto_Bibliography   - Goto/create Bibliography
  46.   * Goto_Contents       - Goto/create Table of Contents
  47.   * Goto_Index          - Goto/create Index
  48.     GfxTool             - Set cursor to Graphics tool
  49.     Draw_TextBlock      \  Place a standard sized (1"x1")
  50.     Draw_Oval            | object at coords 1",1" from top
  51.     Draw_Arrow           > left of current screen position.
  52.     Draw_Box             | (In case of TextBlock, text is
  53.     Draw_Line           /  current default text)
  54.     TextTool            - Set cursor to Text tool
  55.  
  56.  
  57. # Requests text pattern of any length (Case Insensitive).
  58. * These macros will go to that section if it exisits,
  59.   otherwise they will prompt the user to create it.
  60.  
  61.  
  62. Description:
  63. ~~~~~~~~~~~~
  64.    Final Writer is indeed one of the most powerful word
  65. publishers on the Amiga, yet much of its potential is not
  66. easily realised.  The menus are comprehensive, yet lacking
  67. in flexibility.
  68.  
  69.    I have written this set of AREXX macros to enhance Final
  70. Writer and make it even easier to use.  With so many macros,
  71. the best way to make use of them is by using the
  72. customisable toolbar.
  73.  
  74.  
  75. Installation:
  76. ~~~~~~~~~~~~~
  77.    You don't need an Installer script, do you?
  78.  
  79.    All you have to do is copy all the files in in this
  80. archive into the FWMacros drawer in your Final Writer area.
  81. The files all have icons so this a simple task using the
  82. workbench.
  83.  
  84.  
  85. Useage:
  86. ~~~~~~~
  87.    Useage is fairly straightforward.  I have tried to make
  88. the macros as complete as possible.  It is always possible
  89. to cancel a big operation (although mistakes cannot be
  90. undone).
  91.  
  92.    I have found that the best way to make use of these
  93. macros is to create a set of customised tool bars.  I would
  94. have included my FW.Prefs file with these all set up,
  95. however, in testing this on a friend's A1200, this caused
  96. more trouble than it was worth, since all of the commands
  97. were looking for paths as named on my machine.
  98.  
  99.    I'm sorry, but you'll have to set up the toolbars
  100. yourself.
  101.  
  102.  
  103.